home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / c / sozobon / sozuti09.zoo / sozdistr / doc / binary.doc / ar.man next >
Encoding:
Text File  |  1995-04-09  |  4.1 KB  |  110 lines

  1.         ' '
  2.  
  3. pNAMEq
  4.         ar - SozobonX archive utility
  5.         SYNOPSIS
  6.  
  7. pSYNOPSISq
  8.         parq <command>[options] [pos-file] <archive> [<file> ...]
  9.         or: parq -<command>[options] [pos-file] <archive> [<file> ...]
  10.         or: parq -<command> -[options] [pos-file] <archive> [<file> ...]
  11.  
  12.         parq  {Vhtdmrqpx}[vcCLousl][{abi}  <pos-file>]  <archive>  [<file>
  13.         ...]
  14.  
  15. pDESCRIPTIONq
  16.         The  parq command is used to maintain object module libraries.  It
  17.         makes it possible to gather a large group of object files into a
  18.         single library for ease of use.  It is a standard utility on all
  19.         platforms
  20.  
  21.         The operation of the selected command can be modified  by  other
  22.         option characters  that  may follow it.  The name of the archive
  23.         to be manipulated follows the option characters.  Some  commands
  24.         also  require  (or  allow)  the names of files in the archive to
  25.         follow the archive name on the  command  line.    The  following
  26.         commands are supported.
  27.  
  28.         valid commands
  29.  
  30.         help, list and extract:
  31.  
  32.  
  33.                 p-Vq Print detailed Version information to stdout and exit
  34.  
  35.                 p--helpq
  36.  
  37.                 p-hq Display usage information and exit.
  38.  
  39.                 p-tq Print  a  table  of  contents.   Possible options are
  40.                 [vab].
  41.  
  42.                 p-pq Print files from an archive  to  stdout.    The  only
  43.                 possible  option is  p[v].q
  44.  
  45.                 p-xq  Extract files from an archive.  Possible options are
  46.                 p[voab].q
  47.  
  48.         manipulate an archive:
  49.  
  50.                 p-dq Delete files from an archive.  Possible  options  are
  51.                 p[vab].q
  52.  
  53.                 p-mq  Move  files within an archive, defaulting to the end
  54.                 of the archive.  Possible options are  p[vcab].q
  55.  
  56.                 p-rq Replace  files  or  add  new  files  to  an  archive,
  57.                 defaulting to  the end of the archive.  Possible options
  58.                 are  p[vcuab].q
  59.  
  60.                 p-qq Quickly append files to an archive.  Possible options
  61.                 are  p[vc].q
  62.  
  63.         valid option chars:
  64.  
  65.                 pvq  (verbose)  Generally show more information about what
  66.                 ar is doing.  In a table of contents,  show  information
  67.                 about the size, mode, etc.
  68.  
  69.                 pCq Handle all input filenames case sensitive.
  70.  
  71.                 pLq Make all input filenames lowercase.
  72.  
  73.                 pcq  Do not write the "creating" message, normally printed
  74.                 when a new archive is created.
  75.  
  76.                 pa<pos>q Begin action after file  p<pos>.q  Move  or  insert
  77.                 the  named    files  after  file   p<pos>q in the archive;
  78.                 delete or print only the    files  specified,  beginning
  79.                 with the one after file <pos> in  archive.
  80.  
  81.                 pb<pos>q  Begin  action before file  p<pos>.q Move or insert
  82.                 the named  files before file    p<pos>q  in  the  archive;
  83.                 delete  or  print  only  the  files specified, beginning
  84.                 with the one before file <pos> in  archive.
  85.  
  86.                 pi<pos>q Begin action before file  Same as option 'b'.
  87.  
  88.                 poq Keep original date when extracting  files.    Set  the
  89.                 time  stamp of extraxcted files to the original one from
  90.                 the file in the  archive.
  91.  
  92.                 puq Update archive.  Only  insert  those  files  into  the
  93.                 named   archive that are newer than the files already in
  94.                 the archive,  or    that  are  not  present  within  the
  95.                 archive.
  96.  
  97.                 plq ignored for compatibility
  98.  
  99.                 psq ignored for compatibility
  100.  
  101.         pBUGSq
  102.  
  103.         Without doubt,  there  are  some  bugs  in this package.  If you
  104.         discover one, please report it to Jerry Geiger:
  105.  
  106.          Maus: Jerry Geiger @B
  107.      Internet: jerry@zelator.de
  108.  
  109.  
  110.